CloseScreen. Close screen.

Request

 

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<in method="CloseScreen"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. The device will restart after executing this command.

-->

Respond

 

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<out method="CloseScreen" result="##result"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. out.method ="CloseScreen"

    3. out.result (The error code refers to ErrorCode .)

-->